home *** CD-ROM | disk | FTP | other *** search
/ stazsoftware.com / www.stazsoftware.com.tar / www.stazsoftware.com / futurebasic / sample-code / helpProj.sit / Help Project Folder / Help Project.GLBL next >
Text File  |  2005-04-15  |  2KB  |  75 lines

  1.  
  2. '~'
  3. /* 
  4.      ".GLBL" file for Program Generator
  5.      Adapted for use with FB^3 
  6.      02/18/99 - Chris Stasny
  7. */
  8. '~'
  9.  
  10.  
  11. '~'
  12. /*
  13.      DIM your application's globals and assign
  14.      all constants in this file.
  15. */
  16.  
  17. INCLUDE "Tlbx InternetConfig.Incl"
  18. include "Tlbx HTML Rendering.Incl"
  19. Include "Tlbx Files.Incl"
  20.  
  21. '~'
  22. '{PG1} PG uses this line as a source code marker.  DO not remove it.
  23. '~Window Class Reference Numbers
  24. _windowClass1           = 1'Untitled 1
  25. _MyCalendarHelp2Wnd     = 2'My Calendar Help 
  26.  
  27. 'My Calendar Help :Controls & Fields
  28. '~'
  29. _HelpTopicList          = 1
  30. _scrlBar1WClass39       = 1'Vert. Scroll Bar
  31. _HomeObj                = 4'Obj:Home
  32. _PrintObj               = 5'Obj:Print
  33. _CloseObj               = 6'Obj:Close
  34. _SizeTheListObj         = 7'Obj:SizeTheList
  35. '~Filter & Include Globals
  36. '~Menu Equates
  37. _FileMenu                         = 1
  38. _NewItem                          = 1
  39. _OpenItem                         = 2
  40. _CloseItem                        = 3
  41. _SaveItem                         = 5
  42. _SaveAsItem                       = 6
  43. _PageSetupItem                    = 8
  44. _PrintItem                        = 9
  45. _QuitItem                         = 11
  46. _EditMenu                         = 2
  47. _CantUndoItem                     = 1
  48. _CutItem                          = 3
  49. _CopyItem                         = 4
  50. _PasteItem                        = 5
  51. _ClearItem                        = 6
  52. _SelectAllItem                    = 7
  53. _FontMenu                         = 3
  54. _SizeMenu                         = 4
  55. _StyleMenu                        = 5
  56. _PlainItem                        = 1
  57. _BoldItem                         = 3
  58. _ItalicItem                       = 4
  59. _UnderlineItem                    = 5
  60. _OutlineItem                      = 6
  61. _ShadowItem                       = 7
  62. _CondenseItem                     = 9
  63. _ExtendItem                       = 10
  64. _LeftItem                         = 12
  65. _CenterItem                       = 13
  66. _RightItem                        = 14
  67.  
  68. _AboutapplicationItem             = 1
  69. '{PG2} PG uses this line as a source code marker.  Do not remove it.
  70. '~'
  71.  
  72. _HelpListStr = 5000
  73.  
  74.  
  75.